home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 3 / inter@ivo 1996-04.iso / cybint3 / bin / intro.dxr / 00031_ScriptInit.ls < prev    next >
Encoding:
Text File  |  1996-03-21  |  530 b   |  18 lines

  1. on enterFrame
  2.   set the visible of sprite 2 to 0
  3.   set the visible of sprite 3 to 0
  4.   set the visible of sprite 4 to 0
  5.   set the visible of sprite 5 to 0
  6.   set the visible of sprite 6 to 0
  7.   set the visible of sprite 7 to 0
  8.   set the visible of sprite 8 to 0
  9.   set the visible of sprite 9 to 1
  10.   set the visible of sprite 10 to 1
  11.   set the visible of sprite 11 to 1
  12.   set the visible of sprite 12 to 1
  13.   set the visible of sprite 16 to 0
  14.   set the visible of sprite 17 to 1
  15.   set the visible of sprite 18 to 1
  16.   updateStage()
  17. end
  18.